home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "RecordingTitle": "Text (50)",
- "RecordingArtistID": "Text (50)",
- "MusicCategoryID": "Text (50)",
- "Format": "Text (50)",
- "Good Condition?": "Boolean NOT NULL"
- },
- "data": [
- {
- "RecordingTitle": "Field of Dreams",
- "RecordingArtistID": "Billy Joel",
- "MusicCategoryID": "Rock",
- "Format": "CD",
- "Good Condition?": 1
- },
- {
- "RecordingTitle": "Beethovens 9th Symphony",
- "RecordingArtistID": "NY Symphony",
- "MusicCategoryID": "Classical",
- "Format": "Tape",
- "Good Condition?": 1
- },
- {
- "RecordingTitle": "The Broadway Album",
- "RecordingArtistID": "Barbara Streisand",
- "MusicCategoryID": "Pop",
- "Format": "CD",
- "Good Condition?": 1
- },
- {
- "RecordingTitle": "1812 Overture",
- "RecordingArtistID": "Boston Pops",
- "MusicCategoryID": "Classical",
- "Format": "CD",
- "Good Condition?": 1
- },
- {
- "RecordingTitle": "Torch Song",
- "RecordingArtistID": "Carly Simon",
- "MusicCategoryID": "Pop",
- "Format": "Tape",
- "Good Condition?": 0
- },
- {
- "RecordingTitle": "Phantom Center",
- "RecordingArtistID": "Ferron",
- "MusicCategoryID": "Folk",
- "Format": "CD",
- "Good Condition?": 0
- },
- {
- "RecordingTitle": "Rites of Passage",
- "RecordingArtistID": "Indigo Girls",
- "MusicCategoryID": "Rock",
- "Good Condition?": 1
- }
- ]
- }